home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
100 Plus Great Games 2
/
100PLUSV2.BIN
/
games
/
RoboticInvaders.dxr
/
00089_Restart Game.ls
< prev
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
NeXTSTEP
RISC OS/Acorn
UTF-8
Wrap
Text File
|
2002-01-25
|
251 b
|
15 lines
on mouseDown
playSound("Reset", 1)
go(1)
end
on mouseEnter
playSound("continuerestart", 2)
set the member of sprite 779 to "RestartOver"
end
on mouseLeave
playSound("continuerestart", 2)
set the member of sprite 779 to "RestartNorm"
end